home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / simcga40.arc / PATCHES.DOC < prev    next >
Text File  |  1988-01-27  |  2KB  |  69 lines

  1.             PATCHES FOR CERTAIN
  2.                 POPULAR GAMES
  3.  
  4.                 ---
  5.  
  6. All lines to be entered by the user are marked with an asterisk (*) on the
  7. far right side of this listing.     Further, all entered lines end with the
  8. RETURN or ENTER key.  BE SURE TO MAKE BACKUP COPIES OF YOUR PROGRAMS BE-
  9. FORE PATCHING THEM - A BAD PATCH IS FOREVER!
  10.  
  11. 1.  Patch to ZAXXON by Sega for DOS 3.0 or later
  12.  
  13.     This will not affect normal operation with a CGA.
  14.  
  15.     DEBUG ZAXXON.COM                                *
  16.     -F100 L13 8C C8 05 20 00 8E C0 50 31 DB 05 60 05 26 A3 01 00 53 CB        *
  17.     -W                                        *
  18.     Writing 5100 Bytes
  19.     -Q                                        *
  20.  
  21. 2.  DIGGER will run with no changes to the program itself, but needs the
  22.     following statements to set the display up -
  23.  
  24.     SIMCGA 5 I                                  *
  25.     MEDRES                                    *
  26.     DIGGER                                    *
  27.  
  28. 3.  SPACEWAR will run with the following patch - it does not affect operation
  29.     with a normal CGA card -
  30.  
  31.     RENAME SPACEWAR.EXE SPACEWAR.DAT                    *
  32.     DEBUG SPACEWAR.DAT                            *
  33.     -F2DC7 L1 90                                *
  34.     -W                                    *
  35.     Writing 5800 Bytes
  36.     -Q                                    *
  37.     RENAME SPACEWAR.DAT SPACEWAR.EXE                    *
  38.  
  39.     To run SPACEWAR, use -
  40.  
  41.     SIMCGA I                                *
  42.     SPACEWAR                                *
  43.  
  44.  
  45. 4.  BATTLEZONE will run on DOS 2 without changes - DOS 3.1 or later needs
  46.     patches to work in either SIMCGA or normal CGA mode.  The problem is
  47.     with DOS 3.X interrupt support for networks.
  48.  
  49.     If you want to run BATTLEZONE under DOS 3.1, try the following patch -
  50.  
  51.       DEBUG BZONE.COM                            *
  52.       -F106 LE BF 20 00 E8 18 00 BF 24 00 E8 12 00 EB 3C            *
  53.       -F124 L10 50 1E 06 31 C0 8E C0 FA 26 C5 1D 81 7F f8 00 F0        *
  54.       -F134 L11 75 0A C5 5F F6 26 89 1D 26 8C 5D 02 FB 07 1F 58 C3        *
  55.       -W                                    *
  56.       Writing 300 Bytes
  57.       -Q                                    *
  58.  
  59.     To run, do this -
  60.  
  61.         SIMCGA I 3 S                            *
  62.         ...press Return to reboot DOS...                    *
  63.         BZONE                                *
  64.  
  65.     This approach may be used with any game that loads itself over DOS.
  66.     The "S" parameter allows SIMCGA to relocate itself at the top of
  67.     your machine's memory - out of the way of DOS and your game.
  68.  
  69.